home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / euphoria.lang < prev    next >
Text File  |  2004-07-06  |  2KB  |  53 lines

  1. # Euphoria Script language definition file
  2. #
  3. # Author: AndrΘ Simon
  4. #   Mail: andre.simon1@gmx.de
  5. #   Date: 02.03.2003
  6. # ------------------------------------------
  7. # This file is a part of highlight, a free source code converter released under the GPL.
  8. #
  9. # The file is used to describe keywords and special symbols of programming languages.
  10. # See README in the highlight directory for details.
  11. #
  12. # New definition files for future releases of highlight are always appreciated ;)
  13. #
  14. # ----------
  15. # andre.simon1@gmx.de
  16. # http:/www.andre-simon.de/
  17.  
  18.  
  19. $KW_LIST(kwa)=and by constant do else elsif end exit for function global if include
  20. not or procedure return then to type while with without xor append arcsin
  21. arccos arctan and_bits allow_break abort all_palette allocate allocate_low
  22. allocate_string atom_to_float64 atom_to_float32 bk_color bytes_to_int
  23. bits_to_int compare custom_sort cos close current_dir chdir check_break
  24. command_line clear_screen cursor call crash_file crash_message call_proc
  25. call_func c_proc c_func call_back dir date display_text_image draw_line
  26. display_image dos_interrupt define_c_proc define_c_func define_c_var equal
  27. ellipse find floor flush free free_low float64_to_atom float32_to_atom
  28. free_console get getc gets get_bytes get_key get_mouse getenv get_position
  29. graphics_mode get_all_palette get_active_page get_display_page get_screen_char
  30. get_pixel get_vector int_to_bytes int_to_bits instance length lower log
  31. lock_file lock_memory match mouse_events mouse_pointer machine_func
  32. machine_proc mem_copy mem_set message_box not_bits or_bits open open_dll pi
  33. prepend power print printf puts prompt_string prompt_number platform profile
  34. position palette put_screen_char pixel polygon peek peek4s peek4u poke poke4
  35. rand repeat reverse remainder read_bitmap register_block routine_id sin sort
  36. sqrt sprintf seek system system_exec sleep scroll save_bitmap set_active_page
  37. set_display_page sound save_text_image save_screen save_image set_vector
  38. set_rand tan time tick_rate trace text_color text_rows upper unlock_file
  39. unregister_block use_vesa value video_config wildcard_match wildcard_file
  40. wait_key where walk_dir wrap xor_bits
  41.  
  42. $KW_LIST(kwb)=atom integer object sequence
  43.  
  44. $STRINGDELIMITERS="
  45.  
  46. $SL_COMMENT=--
  47.  
  48. $IGNORECASE=true
  49.  
  50. $ESCCHAR=\
  51.  
  52. $SYMBOLS= ( ) [ ] { } , ; : & | < > !  = / *  %  + -
  53.